ImageGear Professional v18 for Mac
IG_initialize

This function must be called before any other ImageGear function is used. This function initializes the ImageGear library. The lpData parameter is not used in current version and must be set to NULL.

Declaration:

 
Copy Code

AT_ERRCODE IG_initialize (LPVOID lpData);

Arguments:

Name Type Description
lpData LPVOID This argument currently isn't used, but is reserved for future use. Must be set to NULL for now.

Return Value:

Returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

This function does not process image pixels.

Example:

 
Copy Code

/* Initialize ImageGear */
nErrCount = IG_initialize(NULL);

Sample:

ImageGearDemo

See Also:

IG_close()

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback